StagePanel
| Kind of class: | class |
|---|---|
| Inherits from: | UIComponent < MovieClip |
| Classpath: | gfx.layout.StagePanel |
| File last modified: | Wednesday, 30 June 2010, 09:09:04 |
The StagePanel derives from the Panel class and provides a single inspectable interface to define the SWF's stage mode. It is expected to be attached to the root level container, and is not intended to be composed inside other Panels.
Component metadata:
| InspectableList | "scaleMode" |
|---|
Summary
Constructor
Instance properties
- scaleMode
- The scale mode to set on the SWF
Instance properties inherited from UIComponent
__height __width _disabled _displayFocus _focused addEventListener cleanUpEvents disabled dispatchEvent displayFocus enableInitCallback focused focusHandlerReference focusTarget hasEventListener height initialized invalidationIntervalID removeAllEventListeners removeEventListener sizeIsInvalid soundMap visible width
Class methods
Class methods inherited from UIComponent
Instance methods
Instance methods inherited from UIComponent
Constructor
StagePanel
function StagePanel (
)
Instance properties
scaleMode
scaleMode:String = "noScale"
(read,write)
The scale mode to set on the SWF
Instance methods
addElement
function addElement (
clip:Object,
hconstrain:Number,
vconstrain:Number) : Void